Function |container

work/resources::|container


Usage

|container(name, memory, cpu, storage, arch, mounts, image, pull_secret)

Parameters

↳ name: string
↳ memory: u32
↳ cpu: u32
↳ storage: u32
↳ arch: Arch (work/resources/arch::Arch)
↳ mounts: Vec<Mount> (work/resources::Mount)
↳ image: string
↳ pull_secret: Option<string>

Return

Container